Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 6 - Style Objects / Style Objects Reference
Style Objects Routines / Managing Picking Parts Styles


Q3PickPartsStyle_Get

You can use the Q3PickPartsStyle_Get function to get the picking parts style value of a picking parts style.

TQ3Status Q3PickPartsStyle_Get (
TQ3StyleObject pickPartsObject, 
TQ3PickParts *parts);
pickPartsObject
A picking parts style object.
parts
On entry, a pointer to a variable of type TQ3PickParts. On exit, the current picking parts style value of the specified style object.
DESCRIPTION
The Q3PickPartsStyle_Get function returns, in the parts parameter, a pointer to the current picking parts value of the style object specified by the pickPartsObject parameter. See page 6-10 for a list of masks used to construct a picking parts value.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996